runtime.g.schedlink (field)
22 uses
runtime (current package)
chan.go#L423: gp.schedlink = 0
debugcall.go#L156: gp.schedlink.set(newg)
debugcall.go#L162: newg := gp.schedlink.ptr()
debugcall.go#L163: gp.schedlink = 0
debugcall.go#L210: getg().schedlink.set(callingG)
debugcall.go#L212: callingG := gp.schedlink.ptr()
debugcall.go#L213: gp.schedlink = 0
mgcmark.go#L305: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L646: oldList.tail.ptr().schedlink.set(nil)
proc.go#L3482: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3492: for gp := head; gp != nil; gp = gp.schedlink.ptr() {
proc.go#L6260: batch[i].schedlink.set(batch[i+1])
proc.go#L6465: gp.schedlink = q.head
proc.go#L6474: gp.schedlink = 0
proc.go#L6476: q.tail.ptr().schedlink.set(gp)
proc.go#L6489: q2.tail.ptr().schedlink = 0
proc.go#L6491: q.tail.ptr().schedlink = q2.head
proc.go#L6503: q.head = gp.schedlink
proc.go#L6531: gp.schedlink = l.head
proc.go#L6538: q.tail.ptr().schedlink = l.head
proc.go#L6547: l.head = gp.schedlink
runtime2.go#L448: schedlink guintptr
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |